Returns the value specified rounded up to the nearest Integer.
Syntax |
|---|
|
result = Ceil( value ) |
Parameters |
||
|---|---|---|
|
value |
The value you want the ceiling of. |
|
Return Value |
||
|---|---|---|
|
Result |
The ceiling of value. |
|
Ceil Function
Returns the value specified rounded up to the nearest Integer.
Syntax |
|---|
|
result = Ceil( value ) |
Parameters |
||
|---|---|---|
|
value |
The value you want the ceiling of. |
|
Return Value |
||
|---|---|---|
|
Result |
The ceiling of value. |
|